Skip to content

Instantly share code, notes, and snippets.

@swimricky
swimricky / CCTPv2_Token_Message_Minter.json
Created December 2, 2025 00:58
CCTPv2 Token Message Minter IDL
{
"address": "CCTPV2vPZJS2u2BBsUoscuikbYjnpFmbFsvVuJdgUMQe",
"metadata": {
"name": "token_messenger_minter_v2",
"version": "0.2.0",
"spec": "0.1.0",
"description": "Token Messenger and Minter for Cross-Chain Transfer Protocol V2",
"repository": "https://github.com/circlefin/solana-cctp-contracts"
},
"instructions": [
@swimricky
swimricky / config.yaml
Last active July 7, 2025 14:43
Pyth W3F Polygon Mainnet Config
# Address of Pyth contract
# See [https://docs.pyth.network/documentation/pythnet-price-feeds/evm#mainnet]
pythNetworkAddress: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C" # Polygon Mainnet address
# debug mode
debug: false
# Refresh rate of config in seconds to prevent rate limiting from github
configRefreshRateInSeconds: 3600
# See [https://docs.pyth.network/documentation/pythnet-price-feeds/price-service#public-endpoints]
priceServiceEndpoint: "https://hermes.pyth.network"
# maximum number of seconds between updates
@swimricky
swimricky / config.yaml
Last active September 26, 2023 13:54
Pyth W3F Mumbai Config
# Address of Pyth contract
# See [https://docs.pyth.network/documentation/pythnet-price-feeds/evm#testnet]
pythNetworkAddress: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C" # Mumbai Testnet address
# debug mode
debug: true
# Refresh rate of config in seconds to prevent rate limiting from github
configRefreshRateInSeconds: 60
# See [https://docs.pyth.network/documentation/pythnet-price-feeds/price-service#public-endpoints]
priceServiceEndpoint: "https://hermes-beta.pyth.network"
# maximum number of seconds between updates