Skip to content

Commit ca27421

Browse files
committed
chore: update testnet contract ID in NETWORKS constant and README
1 parent 01ee600 commit ca27421

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const NETWORKS = {
1717
testnet: {
1818
rpcUrl: "https://soroban-testnet.stellar.org",
1919
networkPassphrase: "Test SDF Network ; September 2015",
20-
contractId: "CAYTIFPD6RFWVHMK5SPPUUIWWAAANHKOJB6GOAJS5SR5MBKZMEY2UODZ",
20+
contractId: "CBJ7WNBHCO5LKM7LW33D7HUT7WZI5OROVPC7IJL3A6NT6HMVJ4XUWPHJ",
2121
},
2222
mainnet: {
2323
rpcUrl: "https://mainnet.sorobanrpc.com",

0 commit comments

Comments
 (0)