@eth-optimism/tokenlist 10.0.127 → 10.0.128
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +16 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -2
- package/dist/index.mjs.map +1 -1
- package/dist/{optimism.tokenlist-bc22e8ee.d.ts → optimism.tokenlist-4cb3a38c.d.ts} +16 -2
- package/dist/optimism.tokenlist.d.ts +1 -1
- package/dist/optimism.tokenlist.js +16 -2
- package/dist/optimism.tokenlist.js.map +1 -1
- package/dist/optimism.tokenlist.mjs +16 -2
- package/dist/optimism.tokenlist.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -41,7 +41,7 @@ var keywords = [
|
|
|
41
41
|
"layer2",
|
|
42
42
|
"infrastructure"
|
|
43
43
|
];
|
|
44
|
-
var timestamp = "2024-09-19T19:
|
|
44
|
+
var timestamp = "2024-09-19T19:58:29.144Z";
|
|
45
45
|
var tokens = [
|
|
46
46
|
{
|
|
47
47
|
chainId: 1,
|
|
@@ -7687,6 +7687,7 @@ var tokens = [
|
|
|
7687
7687
|
logoURI: "https://ethereum-optimism.github.io/data/TRB/logo.png",
|
|
7688
7688
|
extensions: {
|
|
7689
7689
|
optimismBridgeAddress: "0x99C9fc46f92E8a1c0deC1b1747d010903E884bE1",
|
|
7690
|
+
baseBridgeAddress: "0x3154Cf16ccdb4C6d922629664174b904d80F2C35",
|
|
7690
7691
|
opListId: "extended",
|
|
7691
7692
|
opTokenId: "TRB"
|
|
7692
7693
|
}
|
|
@@ -7704,6 +7705,19 @@ var tokens = [
|
|
|
7704
7705
|
opTokenId: "TRB"
|
|
7705
7706
|
}
|
|
7706
7707
|
},
|
|
7708
|
+
{
|
|
7709
|
+
chainId: 8453,
|
|
7710
|
+
address: "0xF8e9E61FFB2b491f7DF29823a76009743671CD96",
|
|
7711
|
+
name: "Tellor",
|
|
7712
|
+
symbol: "TRB",
|
|
7713
|
+
decimals: 18,
|
|
7714
|
+
logoURI: "https://ethereum-optimism.github.io/data/TRB/logo.png",
|
|
7715
|
+
extensions: {
|
|
7716
|
+
baseBridgeAddress: "0x4200000000000000000000000000000000000010",
|
|
7717
|
+
opListId: "extended",
|
|
7718
|
+
opTokenId: "TRB"
|
|
7719
|
+
}
|
|
7720
|
+
},
|
|
7707
7721
|
{
|
|
7708
7722
|
chainId: 1,
|
|
7709
7723
|
address: "0x50327c6c5a14DCaDE707ABad2E27eB517df87AB5",
|
|
@@ -9462,7 +9476,7 @@ var tokens = [
|
|
|
9462
9476
|
var version = {
|
|
9463
9477
|
major: 10,
|
|
9464
9478
|
minor: 0,
|
|
9465
|
-
patch:
|
|
9479
|
+
patch: 128
|
|
9466
9480
|
};
|
|
9467
9481
|
var optimism_tokenlist_default = {
|
|
9468
9482
|
name,
|